﻿@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	background: #fff;
}
input,button{
	/*-webkit-appearance:none;*/
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button,textarea,select {
	border: 0;
	background:transparent;
	font-family: inherit;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
div,ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/*公共样式*/
.c-clear { 
	zoom: 1;
}
.c-clear:after {
	content:''; 
	display: block;
	clear: both; 
}
.c-fl { 
	float: left;
}
.c-fr {
	float: right;
}
.c-container {
	position: relative;
	width: 100%;
	padding:0 1rem;
}
body.c-open{
	overflow: hidden;
}

/* 占位标签，设置导航样式 */
#c-placeholder{
	height: 80px;
}

/*顶部*/
#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,.2);
	transition: all 0.5s;
}
#c-header a {
	color: #666;
	transition: all 0.5s;
	font-size: 14px;
}
#c-header.c-head-move {
	/*top:-100px;*/
}
#c-header.c-style2 {
	/*color: #666;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);*/
}
#c-header.c-style2 a {
	/*color: #666;*/
}


/*顶部logo*/
#c-header .c-logo a {
	float: left;
	text-align: left;
}
#c-header .c-logo a img {
	vertical-align: middle;
	transition: all ease .3s;
}
#c-header .c-logo a img:hover {
	transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);-webkit-transform:translateX(10px)
}

#c-header .c-logo a span {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255,255,255,.2);
	display: inline-block;
	vertical-align: top;
}


/*顶部pc导航*/
#c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .c-nav>li {
	position: relative;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav li a {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #000;
}
#c-header .c-nav>li>a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 0;
	height: 2px;
	background: #FF4900;
	transition: .5s;
}

#c-header .c-nav li a i {
	margin-left: 8px;
	font-size: 20px;
}
#c-header .c-nav ul {
	display: none;
	position: absolute;
	z-index: 999999;
	top: 99%;
	left: 50%;
	width: 200px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	line-height: 40px;
	border: 1px solid #ccc;
	border-top:none;
	/*box-shadow: 0 2px 10px rgba(0,0,0,.1);*/
}
#c-header .c-nav ul li {
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
#c-header .c-nav ul li a {
	font-size: 13px;
}
#c-header .c-nav ul li:last-child {
	border: 0;
}
#c-header .c-nav ul a {
	color: #666;
	display: block;
}
#c-header .c-nav ul a:hover {
	color: #FF4900;
	background: #ededed;
}
#c-header.c-style2 .c-nav>li.active>a,#c-header .c-nav>li:hover>a{
	color: #FF4900;
}
#c-header .c-nav>li.xiala:hover>a::after{
	background: url(../images/j1_hover.png);
}
#c-header.c-style2 .c-nav li.active>a::before, #c-header .c-nav>li:hover>a::before {
	width: 100%;
}
#c-header .c-nav>li.active>a {
	color: #FF4900;
}
#c-header .c-nav>li.active>a:before {
	width: 100%;
}
.blocknav{display: block!important;}
/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:60px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
.c-open #c-header .c-nav2 {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-header .c-nav2>li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover > a, #c-header .c-nav2 li.active > a {
	color: #FF4900;
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 li li li a{
	padding-left: 30px;
}

/*顶部导航开关*/
#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 20px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} 
#c-header.c-style2 .c-switch i{
	background:#333;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 顶部功能区 */
#c-header .c-gn form{	
	padding: 0 30px;
	position: relative;
	cursor: pointer;
	height: 80px;
	padding-top: 34px;
	z-index: 9999;
}
#c-header .c-gn form .c-box {
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	right: 10px;
	width: 280px;
	height: 48px;
	background: #FF4900;
	/*box-shadow: 0 2px 10px rgba(0,0,0,.1);*/
	color:#fff;
}
/*#c-header .c-gn form .c-box::before{
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #FF4900 transparent;
display: block;
content: "";
position: absolute;
margin: auto;
right:18px;
top:-10px;
z-index: 99999;
opacity: 1;
}*/
#c-header .c-gn form>i {
	transition: .5s;
}
#c-header .c-gn form input {
	float: left;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 48px;
	color: #fff;
	padding: 0 15px;
}
#c-header .c-gn form input::placeholder {
	color: #fff;
}

#c-header .c-gn form input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #fff!important; 
} 
#c-header .c-gn form input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #fff!important;
} 
#c-header .c-gn form input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #fff!important;
} 
#c-header .c-gn form input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #fff!important;
}

#c-header .c-gn form button {
	float: left;
	width: 60px;
	height: 48px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	background: #FF4900;
}
#c-header .c-gn form:hover>i {
	color: #de2f09;
}
#c-header .c-gn .c-phone i{
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	line-height: 28px;

}
#c-header.c-style2 .c-gn .c-phone i{
	border: 1px solid rgba(222,47,9,.2);
}
#c-header .c-gn .c-phone span {
	font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone {
	color: #de2f09;
}

.fa-search{
  background: url(../images/search.png) no-repeat;
  width: 16px;
  height: 15px;
  display: block;
}

.fa-search2{
  background: url(../images/search2.png) no-repeat center center;
  width: 60px;
  height: 40px;
  display: block;
}

/*首页轮播图*/
.c-banner1 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.c-banner1 .swiper-slide img {
	width: 100%;
	/*height: 100vh;
	object-fit: cover;*/
}
.c-banner1 .swiper-button-next {
	right: 1.4rem;
	/*background: url(../images/next.png) no-repeat center;*/
	background-size: auto 100%;
}
.c-banner1 .swiper-button-prev {
	left: 1.4rem;
	/*background: url(../images/prev.png) no-repeat center;*/
	background-size: auto 100%;
}
.c-banner1 .swiper-button-next, .c-banner1 .swiper-button-prev {
	opacity: 1;
	width: 30px;
	height: 56px;
	transition: .5s;
}
.c-banner1 .swiper-button-next:hover, .c-banner1 .swiper-button-prev:hover {
	opacity: 1;
}





/* 地图 */
.c-map {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.c-map.active{
	opacity: 1;
	z-index: 2!important;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #de2f09;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL{
	display:none;
}


/* 分享 */
div.bsLogoLink,#bsBox .bsTop,#bsBox #bsMorePanel {
	width: 100% !important;
}
.bFind-wrapper-top {
	height: 26px !important;
}
#bsBox #bsMorePanel {
	height: 373px !important;
}
.bsPlatDiv {
	height: 312px !important;
}
.bFind {
	width: 204px !important;
}
#bsBox {
	height: 408px !important;
	width: 276px !important;
	margin-left: -138px !important;
}
.bsTop {
	width: 208px !important;
}
.bsFrameDiv div {
	width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
	width: 166px !important;
  height: 166px !important;
}






/*悬浮链接*/
.suspension{position:fixed;z-index:555555;right:30px;bottom: 0;
    top: 0;
    margin: auto;
    height: 200px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;margin-bottom:4px;cursor:pointer;outline:none;}

.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:160px;padding: 20px 0; text-align: center;background:#fff;position:absolute;right:72px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.d.d-service{min-height: auto;padding: 10px 0;}
.suspension .d-service-item{padding:0;}

.dianhua{
  background: url(../images/yc1.jpg) no-repeat;
  width: 70px;
  height: 64px;
}

.weixin{
  background: url(../images/yc2.jpg) no-repeat;
  width: 70px;
  height: 64px;
}

.douyin{
  background: url(../images/yc3.jpg) no-repeat;
  width: 70px;
  height: 64px;
}

.fenxiang{
  background: url(../images/yc4.jpg) no-repeat;
  width: 70px;
  height: 64px;
}

.fhtop{
  background: url(../images/yc5.jpg) no-repeat;
  width: 70px;
  height: 64px;
}

.d-fenxiang{top:203px;}



/*客服*/
.client-2 *{
	-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
.client-2 {
    position: fixed;
    right: -190px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
       width: 33px;
height: 31px;
background-position: -23px -47px;
background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #0e67c3;
    color: #fff;
    height: 53px;
    width: 250px;
    padding:9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #0e67c3;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
}

.client-2 li:last-child .my-kefu-main{
	height:40px;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

@media only screen and (max-width: 990px) {
	
	.client-2 li{
		display:none;
	}

}